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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 朕??朕??^ | 100100101011110100111111001111111001001010111101001111110011111101011110 | 92bd3f3f92bd3f3f5e |
EUC-JP | 朕??朕??^ | 110001001011111100111111001111111100010010111111001111110011111101011110 | c4bf3f3fc4bf3f3f5e |
UTF-8 | 朕롒롚朕롒롘^ | 11100110100111001001010111101011101000011001001011101011101000011001101011100110100111001001010111101011101000011001001011101011101000011001100001011110 | e69c95eba192eba19ae69c95eba192eba1985e |
UHC | 朕롒롚朕롒롘^ | 11110010111110011000111011010111100011101101111011110010111110011000111011010111100011101101110001011110 | f2f98ed78edef2f98ed78edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)