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 | ????釋瓦 | 0011111100111111001111110011111111100111110101111000101010100010 | 3f3f3f3fe7d78aa2 |
EUC-JP | ????釋瓦 | 0011111100111111001111110011111111101110110110011011010010100100 | 3f3f3f3feed9b4a4 |
UTF-8 | 렯렒렯렏釋瓦 | 111010111010000010101111111010111010000010010010111010111010000010101111111010111010000010001111111010011000011110001011111001111001001110100110 | eba0afeba092eba0afeba08fe9878be793a6 |
UHC | 렯렒렯렏釋瓦 | 100011101011110010001110101001111000111010111100100011101010010111100000101101111110100010111111 | 8ebc8ea78ebc8ea5e0b7e8bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)