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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 렩렑렦롔렢렿 | 111010111010000010101001111010111010000010010001111010111010000010100110111010111010000110010100111010111010000010100010111010111010000010111111 | eba0a9eba091eba0a6eba194eba0a2eba0bf |
UHC | 렩렑렦롔렢렿 | 100011101011011110001110101001101000111010110101100011101101100010001110101100111000111011000111 | 8eb78ea68eb58ed88eb38ec7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)