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 | ???節ο? | 0011111100111111001111111001000011011111100000111100110100111111 | 3f3f3f90df83cd3f |
EUC-JP | ???節ο? | 0011111100111111001111111100000011100001101001101100111100111111 | 3f3f3fc0e1a6cf3f |
UTF-8 | 歷㎪뇠節ο쉔 | 1110111110100110100011001110001110001110101010101110101110000111101000001110011110101111100000001100111010111111111011001000100110010100 | efa68ce38eaaeb87a0e7af80cebfec8994 |
UHC | 歷㎪뇠節ο쉔 | 111001101011100010100111111001101000011110001000111011111011110110100101111011111011110110101000 | e6b8a7e68788efbda5efbda8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)