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 | ???辱? | 001111110011111100111111100100000100101000111111 | 3f3f3f904a3f |
EUC-JP | 滎??辱? | 1000111111001000101110010011111100111111101111111010101100111111 | 8fc8b93f3fbfab3f |
UTF-8 | 滎싮눈辱양 | 111001101011101110001110111011001000101110101110111010111000100010001000111010001011111010110001111011001001011010010001 | e6bb8eec8baeeb8888e8beb1ec9691 |
UHC | 滎싮눈辱양 | 11111011101000111001101011101001101101001010101111101001101101001011111011100111 | fba39ae9b4abe9b4bee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)