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 | ???夷ョ? | 0011111100111111001111111000100011001110100000111000011100111111 | 3f3f3f88ce83873f |
EUC-JP | ???夷ョ? | 0011111100111111001111111011000011010000101001011110011100111111 | 3f3f3fb0d0a5e73f |
UTF-8 | 娛륁눖夷ョ븨 | 111001011010100010011011111010111010010110000001111010111000100010010110111001011010010010110111111000111000001110100111111010111011100010101000 | e5a89beba581eb8896e5a4b7e383a7ebb8a8 |
UHC | 娛륁눖夷ョ븨 | 111001111111010010001111111011001000011110110000111011001010100010101011111001111001010110010001 | e7f48fec87b0eca8abe79591 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)