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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堤?疑?適 | 1001001011100111001111111000101101011110001111111001001101001011 | 92e73f8b5e3f934b |
EUC-JP | 堤?疑?適 | 1100010011101001001111111011010110111111001111111100010110101100 | c4e93fb5bf3fc5ac |
UTF-8 | 堤렕疑렒適 | 111001011010000010100100111010111010000010010101111001111001011010010001111010111010000010010010111010011000000110101001 | e5a0a4eba095e79691eba092e981a9 |
UHC | 堤렕疑렒適 | 11110000101001111000111010101010111010111111011110001110101001111110111011101010 | f0a78eaaebf78ea7eeea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)