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 | 鼇??蟹?? | 1110101010000111001111110011111110001010010010010011111100111111 | ea873f3f8a493f3f |
EUC-JP | 鼇??蟹?? | 1111001111100111001111110011111110110011101010100011111100111111 | f3e73f3fb3aa3f3f |
UTF-8 | 鼇앸갈蟹긷땔 | 111010011011110010000111111011001001010110111000111010101011000010001000111010001001111110111001111010101011100010110111111010111001010110010100 | e9bc87ec95b8eab088e89fb9eab8b7eb9594 |
UHC | 鼇앸갈蟹긷땔 | 111010001010100010011101111010111011000010100101111110101010111110110001111001011011011010101010 | e8a89debb0a5faafb1e5b6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)