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 | 誤??蘊 | 100011001110101100111111001111111110010101011101 | 8ceb3f3fe55d |
EUC-JP | 誤??蘊 | 101110001110110100111111001111111110100110111110 | b8ed3f3fe9be |
UTF-8 | 誤덄꼾蘊 | 111010001010101010100100111010111000110110000100111010101011110010111110111010001001100010001010 | e8aaa4eb8d84eabcbee8988a |
UHC | 誤덄꼾蘊 | 1110100010100110100010001110011110000100100101001110100010110011 | e8a688e78494e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)