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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 葬基? | 1001000110010010100010101110111000111111 | 91928aee3f |
EUC-JP | 葬基? | 1100000111110010101101001111000000111111 | c1f2b4f03f |
UTF-8 | 葬基렰 | 111010001001000110101100111001011001111110111010111010111010000010110000 | e891ace59fbaeba0b0 |
UHC | 葬基렰 | 111011011111011111010000111100011000111010111101 | edf7d0f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)