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 | 慫?運私? | 1001110011001111001111111000100101011110100011101000010000111111 | 9ccf3f895e8e843f |
EUC-JP | 慫?運私? | 1101100011010001001111111011000110111111101110111110010000111111 | d8d13fb1bfbbe43f |
UTF-8 | 慫렫運私렟 | 111001101000010110101011111010111010000010101011111010011000000110001011111001111010011110000001111010111010000010011111 | e685abeba0abe9818be7a781eba09f |
UHC | 慫렫運私렟 | 11110000111101101000111010111001111010101010000111011110111001111000111010110000 | f0f68eb9eaa1dee78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)