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 | 鼇??旬?? | 1110101010000111001111110011111110001111011110110011111100111111 | ea873f3f8f7b3f3f |
EUC-JP | 鼇??旬?? | 1111001111100111001111110011111110111101110111000011111100111111 | f3e73f3fbddc3f3f |
UTF-8 | 鼇귞떋旬닺뫊 | 111010011011110010000111111010101011011110011110111010111001011010001011111001101001011110101100111010111000101110111010111010111010101110001010 | e9bc87eab79eeb968be697aceb8bbaebab8a |
UHC | 鼇귞떋旬닺뫊 | 111010001010100010000010111001111000101110100001111000101110001010110100111010001001000110101100 | e8a882e78ba1e2e2b4e891ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)