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 | ???_? | 0011111100111111001111110101111100111111 | 3f3f3f5f3f |
SJIS-WIN | 祭槃?_箏 | 1000110111010101100111101100111100111111010111111110001010110101 | 8dd59ecf3f5fe2b5 |
EUC-JP | 祭槃?_箏 | 1011101011010111110111001101000100111111010111111110010010110111 | bad7dcd13f5fe4b7 |
UTF-8 | 祭槃커_箏 | 11100111101001011010110111100110101001111000001111101100101110111010010001011111111001111010111010001111 | e7a5ade6a783ecbba45fe7ae8f |
UHC | 祭槃커_箏 | 111100001010111011011010111010011100010010111111010111111110111010110100 | f0aedae9c4bf5feeb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)