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 | ???N}B | 001111110011111100111111010011100111110101000010 | 3f3f3f4e7d42 |
SJIS-WIN | ??邵N}B | 00111111001111111110011110111000010011100111110101000010 | 3f3fe7b84e7d42 |
EUC-JP | ??邵N}B | 00111111001111111110111010111010010011100111110101000010 | 3f3feeba4e7d42 |
UTF-8 | 쐛숰邵N}B | 111011001001000010011011111011001000100010110000111010011000001010110101010011100111110101000010 | ec909bec88b0e982b54e7d42 |
UHC | 쐛숰邵N}B | 100111001000000110011010010010001110000111010000010011100111110101000010 | 9c819a48e1d04e7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)