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 | 濡??言?? | 1001010001000111001111110011111110001100101111100011111100111111 | 94473f3f8cbe3f3f |
EUC-JP | 濡??言?? | 1100011110101000001111110011111110111000110000000011111100111111 | c7a83f3fb8c03f3f |
UTF-8 | 濡껊ㅇ言뀀뇸 | 111001101011111110100001111010101011101110001010111000111000010110000111111010001010100010000000111010111000000010000000111010111000011110111000 | e6bfa1eabb8ae38587e8a880eb8080eb87b8 |
UHC | 濡껊ㅇ言뀀뇸 | 111010111010000110000011111010111010010010110111111001011110101110110010111010111000011110011100 | eba183eba4b7e5ebb2eb879c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)