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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛾??? | 1000100111101001001111110011111100111111 | 89e93f3f3f |
EUC-JP | 蛾??瀯 | 10110010111010110011111100111111100011111100100110110010 | b2eb3f3f8fc9b2 |
UTF-8 | 蛾딇뢄瀯 | 111010001001101110111110111010111001010010000111111010111010001010000100111001111000000010101111 | e89bbeeb9487eba284e780af |
UHC | 蛾딇뢄瀯 | 1110010010110110100010101110110110001110111111101110011110111011 | e4b68aed8efee7bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)