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 | ??飄? | 0011111100111111111010010100011100111111 | 3f3fe9473f |
EUC-JP | ??飄? | 0011111100111111111100011010100000111111 | 3f3ff1a83f |
UTF-8 | 렱렱飄섄 | 111010111010000010110001111010111010000010110001111010011010001110000100111011001000010010000100 | eba0b1eba0b1e9a384ec8484 |
UHC | 렱렱飄섄 | 1000111010111110100011101011111011111000111111011011110010101001 | 8ebe8ebef8fdbca9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)