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 | 湖?翁? | 100011001100111000111111100010011010010100111111 | 8cce3f89a53f |
EUC-JP | 湖?翁? | 101110001101000000111111101100101010011100111111 | b8d03fb2a73f |
UTF-8 | 湖렕翁렪 | 111001101011100110010110111010111010000010010101111001111011111110000001111010111010000010101010 | e6b996eba095e7bf81eba0aa |
UHC | 湖렕翁렪 | 1111101111001001100011101010101011101000101110101000111010111000 | fbc98eaae8ba8eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)