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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??:??:^ | 001111110011111110000001010001100011111100111111100000010100011001011110 | 3f3f81463f3f81465e |
EUC-JP | ??:??:^ | 001111110011111110100001101001110011111100111111101000011010011101011110 | 3f3fa1a73f3fa1a75e |
UTF-8 | 留뀀:留뀀:^ | 11101111101001111000110111101011100000001000000011101111101111001001101011101111101001111000110111101011100000001000000011101111101111001001101001011110 | efa78deb8080efbc9aefa78deb8080efbc9a5e |
UHC | 留뀀:留뀀:^ | 11101011101001111011001011101011101000111011101011101011101001111011001011101011101000111011101001011110 | eba7b2eba3baeba7b2eba3ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)