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 | 訝??娃?? | 1110011001100010001111110011111110001000101000010011111100111111 | e6623f3f88a13f3f |
EUC-JP | 訝??娃?? | 1110101111000011001111110011111110110000101000110011111100111111 | ebc33f3fb0a33f3f |
UTF-8 | 訝밧끀娃쒑큹 | 111010001010100010011101111010111011000010100111111010111000000110000000111001011010100010000011111011001001001010010001111011011000000110111001 | e8a89debb0a7eb8180e5a883ec9291ed81b9 |
UHC | 訝밧끀娃쒑큹 | 111001001011100010111001111001011000010110110110111010001101111110011100111010001011010010001000 | e4b8b9e585b6e8df9ce8b488 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)