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 | 奧e?節▼? | 10011010111110101000001010000101001111111001000011011111100000011010010100111111 | 9afa82853f90df81a53f |
EUC-JP | 奧e?節▼? | 11010100111111001010001111100101001111111100000011100001101000101010011100111111 | d4fca3e53fc0e1a2a73f |
UTF-8 | 奧e룯節▼룿 | 111001011010010110100111111011111011110110000101111010111010001110101111111001111010111110000000111000101001011010111100111010111010001110111111 | e5a5a7efbd85eba3afe7af80e296bceba3bf |
UHC | 奧e룯節▼룿 | 111001111111001110100011111001011000111110100101111011111011110110100001111001011000111110110000 | e7f3a3e58fa5efbda1e58fb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)