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 | 予??毓?? | 1001011101011100001111110011111110011111011110010011111100111111 | 975c3f3f9f793f3f |
EUC-JP | 予?Ł毓?? | 11001101101111010011111110001111101010011010100011011101110110100011111100111111 | cdbd3f8fa9a8ddda3f3f |
UTF-8 | 予롫Ł毓쇔럡 | 1110010010111010100010001110101110100001101010111100010110000001111001101010111110010011111011001000011110010100111010111001111110100001 | e4ba88eba1abc581e6af93ec8794eb9fa1 |
UHC | 予롫Ł毓쇔럡 | 111001011111100010001110111010111010100010101001111010111011111010111100111001011000111010000100 | e5f88eeba8a9ebbebce58e84 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)