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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?諄??矯 | 00111111111001100111100000111111001111111000101110111000 | 3fe6783f3f8bb8 |
EUC-JP | ?諄??矯 | 00111111111010111101100100111111001111111011011010111010 | 3febd93f3fb6ba |
UTF-8 | 롒諄說뤗矯 | 111010111010000110010010111010001010101110000100111011111010011010100001111010111010010010010111111001111001111110101111 | eba192e8ab84efa6a1eba497e79faf |
UHC | 롒諄說뤗矯 | 10001110110101111110001011110100111001101111001010001111110001111100111011101100 | 8ed7e2f4e6f28fc7ceec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)