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 | 鈺??兀?┣ | 111110111100010000111111001111111001100101011001001111111000010010110000 | fbc43f3f99593f84b0 |
EUC-JP | 鈺??兀?┣ | 10001111111000111101010100111111001111111101000110111010001111111010100010110010 | 8fe3d53f3fd1ba3fa8b2 |
UTF-8 | 鈺울쉔兀믣┣ | 111010011000100010111010111011001001101010111000111011001000100110010100111001011000010110000000111010111010111110100011111000101001010010100011 | e988baec9ab8ec8994e58580ebafa3e294a3 |
UHC | 鈺울쉔兀믣┣ | 111010001010110110111111111011111011110110101000111010001011010010010010111001011010011010110010 | e8adbfefbda8e8b492e5a6b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)