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 | ???信 | 0011111100111111001111111001000001001101 | 3f3f3f904d |
EUC-JP | ???信 | 0011111100111111001111111011111110101110 | 3f3f3fbfae |
UTF-8 | 뤙굴쨵信 | 111010111010010010011001111010101011010110110100111011001010100010110101111001001011111110100001 | eba499eab5b4eca8b5e4bfa1 |
UHC | 뤙굴쨵信 | 1000111111001000101100011011110010100100100011111110001111100001 | 8fc8b1bca48fe3e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)