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 | 溜딅졒溜뗧뵲 | 111011111010011110001011111010111001010010000101111011001010000110010010111011111010011110001011111010111001011110100111111010111011010110110010 | efa78beb9485eca192efa78beb97a7ebb5b2 |
UHC | 溜딅졒溜뗧뵲 | 111010101111111010001010111010111010000010111111111010101111111010001011111001111001010010110000 | eafe8aeba0bfeafe8be794b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)