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 | 湖??貊?? | 1000110011001110001111110011111111100110101110110011111100111111 | 8cce3f3fe6bb3f3f |
EUC-JP | 湖?祜貊?? | 10111000110100000011111110001111110100001101100011101100101111010011111100111111 | b8d03f8fd0d8ecbd3f3f |
UTF-8 | 湖렕祜貊렰렋 | 111001101011100110010110111010111010000010010101111001111010010110011100111010001011001010001010111010111010000010110000111010111010000010001011 | e6b996eba095e7a59ce8b28aeba0b0eba08b |
UHC | 湖렕祜貊렰렋 | 111110111100100110001110101010101111101111010100110110001110011110001110101111011000111010100010 | fbc98eaafbd4d8e78ebd8ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)