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 | 茹???ョ? | 1110010010100101001111110011111100111111100000111000011100111111 | e4a53f3f3f83873f |
EUC-JP | 茹??嫄ョ? | 11101000101001110011111100111111100011111011101010100001101001011110011100111111 | e8a73f3f8fbaa1a5e73f |
UTF-8 | 茹띾뜄嫄ョ솾 | 111010001000110010111001111010111001110110111110111010111001110010000100111001011010101110000100111000111000001110100111111011001000011010111110 | e88cb9eb9dbeeb9c84e5ab84e383a7ec86be |
UHC | 茹띾뜄嫄ョ솾 | 111001101010101010001101111010111000110110001000111010101011000110101011111001111001100110110010 | e6aa8deb8d88eab1abe799b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)