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 | 霓??意e9 | 11101000101111010011111100111111100010001101001110000010100001011000001001011000 | e8bd3f3f88d382858258 |
EUC-JP | 霓??意e9 | 11110000101111110011111100111111101100001101010110100011111001011010001110111001 | f0bf3f3fb0d5a3e5a3b9 |
UTF-8 | 霓낅뜄意e9 | 111010011001110010010011111010111000001010000101111010111001110010000100111001101000010010001111111011111011110110000101111011111011110010011001 | e99c93eb8285eb9c84e6848fefbd85efbc99 |
UHC | 霓낅뜄意e9 | 111001111110011110000101111010111000110110001000111010111111001010100011111001011010001110111001 | e7e785eb8d88ebf2a3e5a3b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)