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 | ???鎰?┠ | 0011111100111111001111111110100001001100001111111000010010110101 | 3f3f3fe84c3f84b5 |
EUC-JP | ???鎰?┠ | 0011111100111111001111111110111110101101001111111010100010110111 | 3f3f3fefad3fa8b7 |
UTF-8 | 凉듈뫜鎰쏉┠ | 111011111010010110111001111010111001001110001000111010111010101110011100111010011000111010110000111011001000111110001001111000101001010010100000 | efa5b9eb9388ebab9ce98eb0ec8f89e294a0 |
UHC | 凉듈뫜鎰쏉┠ | 111001011011110010110101111000101001000110111100111011001111000010011011111011111010011010110111 | e5bcb5e291bcecf09befa6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)