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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ?????菖? | 0011111100111111001111110011111100111111100011111101001000111111 | 3f3f3f3f3f8fd23f |
EUC-JP | ?????菖? | 0011111100111111001111110011111100111111101111101101010000111111 | 3f3f3f3f3fbed43f |
UTF-8 | 렯렺렯렟렱菖렧 | 111010111010000010101111111010111010000010111010111010111010000010101111111010111010000010011111111010111010000010110001111010001000111110010110111010111010000010100111 | eba0afeba0baeba0afeba09feba0b1e88f96eba0a7 |
UHC | 렯렺렯렟렱菖렧 | 1000111010111100100011101100001010001110101111001000111010110000100011101011111011110011111011101000111010110110 | 8ebc8ec28ebc8eb08ebef3ee8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)