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 | 霎ー魍育カ咤 | 11101000101111101011000011101001101100011000100011100111101101101001101001000010 | e8beb0e9b188e7b69a42 |
EUC-JP | 霎ー魍育カ咤 | 111100001100000010001110101100001111001010110011101100001110100110001110101101101101001110100011 | f0c08eb0f2b3b0e98eb6d3a3 |
UTF-8 | 霎ー魍育カ咤 | 111010011001110010001110111011111011110110110000111010011010110110001101111010001000001010110010111011111011110110110110111001011001001010100100 | e99c8eefbdb0e9ad8de882b2efbdb6e592a4 |
UHC | ???育?咤 | 0011111100111111001111111110101111000000001111111111011011100011 | 3f3f3febc03ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)