To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 誧蒔奝 | 111110111010011010001110101010101111101010100010 | fba68eaafaa2 |
EUC-JP | 誧蒔奝 | 1000111111011101111110101011110010101100100011111011100011111000 | 8fddfabcac8fb8f8 |
UTF-8 | 誧蒔奝 | 111010001010101010100111111010001001001010010100111001011010010110011101 | e8aaa7e89294e5a59d |
UHC | ?蒔? | 00111111111000111100100000111111 | 3fe3c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)