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 | 驕呻ス錠来邵 | 1110100110000001100110011110111110111101100011111111100110010111100010001110011110111000 | e98199efbd8ff99788e7b8 |
EUC-JP | 驕呻ス錠来邵 | 111100011110000111010010111100011000111010111101101111101111101111001101111010001110111010111010 | f1e1d2f18ebdbefbcde8eeba |
UTF-8 | 驕呻ス錠来邵 | 111010011010100110010101111001011001000110111011111011111011110110111101111010011000110010100000111001101001110110100101111010011000001010110101 | e9a995e591bbefbdbde98ca0e69da5e982b5 |
UHC | 驕呻?錠?邵 | 11001110111101101110001111100010001111111110111111111100001111111110000111010000 | cef6e3e23feffc3fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)