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 | 獄??也?? | 1000110110010110001111110011111110010110111001110011111100111111 | 8d963f3f96e73f3f |
EUC-JP | 獄??也?? | 1011100111110110001111110011111111001100111010010011111100111111 | b9f63f3fcce93f3f |
UTF-8 | 獄ㅿ쉔也볢끆 | 111001111000110110000100111000111000010110111111111011001000100110010100111001001011100110011111111010111011001110100010111010111000000110000110 | e78d84e385bfec8994e4b99febb3a2eb8186 |
UHC | 獄ㅿ쉔也볢끆 | 111010001010101110100100111011111011110110101000111001011010010110010011111010001000010110111010 | e8aba4efbda8e5a593e885ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)