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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 亦??宜?? | 1001011010010010001111110011111110001011010110000011111100111111 | 96923f3f8b583f3f |
EUC-JP | 亦??宜?? | 1100101111110010001111110011111110110101101110010011111100111111 | cbf23f3fb5b93f3f |
UTF-8 | 亦껋꼶宜방뇡 | 111001001011101010100110111010101011101110001011111010101011110010110110111001011010111010011100111010111011000010101001111010111000011110100001 | e4baa6eabb8beabcb6e5ae9cebb0a9eb87a1 |
UHC | 亦껋꼶宜방뇡 | 111001101011001010000011111011001000010010001110111010111111000110111001111001101000011110001001 | e6b283ec848eebf1b9e68789 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)