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 | 韶泌クク鄙堤 | 11101000111011101001010011100101101110001011100011100111101111111001001011100111 | e8ee94e5b8b8e7bf92e7 |
EUC-JP | 韶泌クク鄙堤 | 111100001111000011001000111001111000111010111000100011101011100011101110110000011100010011101001 | f0f0c8e78eb88eb8eec1c4e9 |
UTF-8 | 韶泌クク鄙堤 | 111010011001111110110110111001101011001110001100111011111011110110111000111011111011110110111000111010011000010010011001111001011010000010100100 | e99fb6e6b38cefbdb8efbdb8e98499e5a0a4 |
UHC | 韶泌??鄙堤 | 11100001110100101111100110110010001111110011111111011110101010011111000010100111 | e1d2f9b23f3fdea9f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)