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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ウ聚錂リ | 101100111110001111011010111110111101111011011000 | b3e3dafbded8 |
EUC-JP | ウ聚錂リ | 100011101011001111100110110111001000111111100100110101001000111011011000 | 8eb3e6dc8fe4d48ed8 |
UTF-8 | ウ聚錂リ | 111011111011110110110011111010001000000110011010111010011000110010000010111011111011111010011000 | efbdb3e8819ae98c82efbe98 |
UHC | ?聚?? | 0011111111110110101010010011111100111111 | 3ff6a93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)