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 | 訷溽豎ェ闊腫 | 1111101110100100100111111110011111100110101100011010101011101000100010001000111011101110 | fba49fe7e6b1aae8888eee |
EUC-JP | 訷溽豎ェ闊腫 | 10001111110111011101010011011110111010011110110010110011100011101010101011101111111010001011110011110000 | 8fddd4dee9ecb38eaaefe8bcf0 |
UTF-8 | 訷溽豎ェ闊腫 | 111010001010100010110111111001101011101010111101111010001011000110001110111011111011110110101010111010011001011110001010111010001000010110101011 | e8a8b7e6babde8b18eefbdaae9978ae885ab |
UHC | ????闊腫 | 0011111100111111001111110011111111111100110001001111000011111110 | 3f3f3f3ffcc4f0fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)