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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????薺爪 | 0011111100111111001111110011111111100101010101001001001011011100 | 3f3f3f3fe55492dc |
EUC-JP | ????薺爪 | 0011111100111111001111110011111111101001101101011100010011011110 | 3f3f3f3fe9b5c4de |
UTF-8 | 렯롙렯렱薺爪 | 111010111010000010101111111010111010000110011001111010111010000010101111111010111010000010110001111010001001011010111010111001111000100010101010 | eba0afeba199eba0afeba0b1e896bae788aa |
UHC | 렯롙렯렱薺爪 | 100011101011110010001110110111011000111010111100100011101011111011110000101100011111000011010000 | 8ebc8edd8ebc8ebef0b1f0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)