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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 耀?×? | 100101110111001100111111100000010111111000111111 | 97733f817e3f |
EUC-JP | 耀?×靷 | 1100110111010100001111111010000111011111100011111110011110111101 | cdd43fa1df8fe7bd |
UTF-8 | 耀믪×靷 | 1110100010000000100000001110101110101111101010101100001110010111111010011001110110110111 | e88080ebafaac397e99db7 |
UHC | 耀믪×靷 | 1110100110100101100100101110110010100001101111111110110011100110 | e9a592eca1bfece6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)