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 | 隱??蘊 | 111010001010101000111111001111111110010101011101 | e8aa3f3fe55d |
EUC-JP | 隱??蘊 | 111100001010110000111111001111111110100110111110 | f0ac3f3fe9be |
UTF-8 | 隱⑵틒蘊 | 111010011001101010110001111000101001000110110101111011011000101110010010111010001001100010001010 | e99ab1e291b5ed8b92e8988a |
UHC | 隱⑵틒蘊 | 1110101111011111101010011110100010111010100000011110100010110011 | ebdfa9e8ba81e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)