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 | 暎②?裔? | 1001110111110011100001110100000100111111111001011110000100111111 | 9df387413fe5e13f |
EUC-JP | 暎??裔? | 11011010111101010011111100111111111010101110001100111111 | daf53f3feae33f |
UTF-8 | 暎②풛裔쎽 | 111001101001101010001110111000101001000110100001111011011001001010011011111010001010001110010100111011001000111010111101 | e69a8ee291a1ed929be8a394ec8ebd |
UHC | 暎②풛裔쎽 | 11100111101100101010100011101000101111101001111011100111111000001001101111100100 | e7b2a8e8be9ee7e09be4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)