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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ???栓B | 001111110011111100111111100100001111000001000010 | 3f3f3f90f042 |
EUC-JP | ???栓B | 001111110011111100111111110000001111001001000010 | 3f3f3fc0f242 |
UTF-8 | 롉렢뤒栓B | 11101011101000011000100111101011101000001010001011101011101001001001001011100110101000001001001101000010 | eba189eba0a2eba492e6a09342 |
UHC | 롉렢뤒栓B | 100011101100111110001110101100111000111111000010111011101111101101000010 | 8ecf8eb38fc2eefb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)