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 | 獄℡?哀?ⅲ | 10001101100101101000011110000100001111111000100010100011001111111111101001000010 | 8d9687843f88a33ffa42 |
EUC-JP | 獄??哀?? | 1011100111110110001111110011111110110000101001010011111100111111 | b9f63f3fb0a53f3f |
UTF-8 | 獄℡퉶哀덂ⅲ | 111001111000110110000100111000101000010010100001111011011000100110110110111001011001001110000000111010111000110110000010111000101000010110110010 | e78d84e284a1ed89b6e59380eb8d82e285b2 |
UHC | 獄℡퉶哀덂ⅲ | 111010001010101110100010111001011011100110001110111001001110111010001000111001011010010110100011 | e8aba2e5b98ee4ee88e5a5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)