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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????薺 | 001111110011111100111111001111111110010101010100 | 3f3f3f3fe554 |
EUC-JP | ????薺 | 001111110011111100111111001111111110100110110101 | 3f3f3f3fe9b5 |
UTF-8 | 렯롅렯렞薺 | 111010111010000010101111111010111010000110000101111010111010000010101111111010111010000010011110111010001001011010111010 | eba0afeba185eba0afeba09ee896ba |
UHC | 렯롅렯렞薺 | 10001110101111001000111011001011100011101011110010001110101011111111000010110001 | 8ebc8ecb8ebc8eaff0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)