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 | ???夷ユ? | 0011111100111111001111111000100011001110100000111000011000111111 | 3f3f3f88ce83863f |
EUC-JP | ???夷ユ? | 0011111100111111001111111011000011010000101001011110011000111111 | 3f3f3fb0d0a5e63f |
UTF-8 | 娛륁눖夷ユ렔 | 111001011010100010011011111010111010010110000001111010111000100010010110111001011010010010110111111000111000001110100110111010111010000010010100 | e5a89beba581eb8896e5a4b7e383a6eba094 |
UHC | 娛륁눖夷ユ렔 | 111001111111010010001111111011001000011110110000111011001010100010101011111001101000111010101001 | e7f48fec87b0eca8abe68ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)