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 | 暎ュ??← | 1001110111110011100000111000010100111111001111111000000110101001 | 9df383853f3f81a9 |
EUC-JP | 暎ュ?饔← | 11011010111101011010010111100101001111111000111111101000111011111010001010101011 | daf5a5e53f8fe8efa2ab |
UTF-8 | 暎ュ돭饔← | 111001101001101010001110111000111000001110100101111010111000111110101101111010011010010110010100111000101000011010010000 | e69a8ee383a5eb8fade9a594e28690 |
UHC | 暎ュ돭饔← | 11100111101100101010101111100101100010011011000011101000101111011010000111100111 | e7b2abe589b0e8bda1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)