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 | 堤?疑??? | 1001001011100111001111111000101101011110001111110011111100111111 | 92e73f8b5e3f3f3f |
EUC-JP | 堤?疑?珽? | 11000100111010010011111110110101101111110011111110001111110010111111111000111111 | c4e93fb5bf3f8fcbfe3f |
UTF-8 | 堤렕疑렒珽렏 | 111001011010000010100100111010111010000010010101111001111001011010010001111010111010000010010010111001111000111110111101111010111010000010001111 | e5a0a4eba095e79691eba092e78fbdeba08f |
UHC | 堤렕疑렒珽렏 | 111100001010011110001110101010101110101111110111100011101010011111101111111010101000111010100101 | f0a78eaaebf78ea7efea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)