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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 娃??爾g | 1000100010100001001111110011111110001110101000101000001010000111 | 88a13f3f8ea28287 |
EUC-JP | 娃??爾g | 1011000010100011001111110011111110111100101001001010001111100111 | b0a33f3fbca4a3e7 |
UTF-8 | 娃숈뭿爾g | 111001011010100010000011111011001000100010001000111010111010110110111111111001111000100010111110111011111011110110000111 | e5a883ec8888ebadbfe788beefbd87 |
UHC | 娃숈뭿爾g | 11101000110111111001100111101100100100101000111011101100101100111010001111100111 | e8df99ec928eecb3a3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)