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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 五??燁?\ | 1000110011011100001111110011111111111011010110010011111101011100 | 8cdc3f3ffb593f5c |
EUC-JP | 五??燁?\ | 101110001101111000111111001111111000111111001010101100110011111101011100 | b8de3f3f8fcab33f5c |
UTF-8 | 五욇쉹燁딶\ | 11100100101110101001010011101100100110101000011111101100100010011011100111100111100001111000000111101011100101001011011001011100 | e4ba94ec9a87ec89b9e78781eb94b65c |
UHC | 五욇쉹燁딶\ | 1110011111101001100111101110100110011010100011111110011110100111100010110101000001011100 | e7e99ee99a8fe7a78b505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)