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 | 吏뱀껌吏싳콐 | 111011111010011110011110111010111011000110000000111010101011101110001100111011111010011110011110111011001000101110110011111011001011110110010000 | efa79eebb180eabb8cefa79eec8bb3ecbd90 |
UHC | 吏뱀껌吏싳콐 | 111011001010011110111001111011001011001010101101111011001010011110011010111011001011000110001100 | eca7b9ecb2adeca79aecb18c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)