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 | 藥??節?ジ | 111001010101101000111111001111111001000011011111001111111000001101010111 | e55a3f3f90df3f8357 |
EUC-JP | 藥??節?ジ | 111010011011101100111111001111111100000011100001001111111010010110111000 | e9bb3f3fc0e13fa5b8 |
UTF-8 | 藥먨퉿節긺ジ | 111010001001011110100101111010111010100010101000111011011000100110111111111001111010111110000000111010101011100010111010111000111000001010111000 | e897a5eba8a8ed89bfe7af80eab8bae382b8 |
UHC | 藥먨퉿節긺ジ | 111001011011011110010000111001011011100110010111111011111011110110110001111001111010101110111000 | e5b790e5b997efbdb1e7abb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)