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 | 驛??怡?? | 1110100110000011001111110011111110011100011111010011111100111111 | e9833f3f9c7d3f3f |
EUC-JP | 驛??怡?? | 1111000111100011001111110011111111010111110111100011111100111111 | f1e33f3fd7de3f3f |
UTF-8 | 驛노뎾怡득쉸 | 111010011010100110011011111010111000010110111000111010111000111010111110111001101000000010100001111010111001001110011101111011001000100110111000 | e9a99beb85b8eb8ebee680a1eb939dec89b8 |
UHC | 驛노뎾怡득쉸 | 111001101011111010110011111010111000100110010001111011001010111010110101111001101001101010001110 | e6beb3eb8991ecaeb5e69a8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)