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 | 要??傲?? | 1001011101110110001111110011111110011000111111000011111100111111 | 97763f3f98fc3f3f |
EUC-JP | 要??傲?? | 1100110111010111001111110011111111010000111111100011111100111111 | cdd73f3fd0fe3f3f |
UTF-8 | 要쏉숴傲됵슐 | 111010001010011010000001111011001000111110001001111011001000100010110100111001011000001010110010111010111001000010110101111011001000101010010000 | e8a681ec8f89ec88b4e582b2eb90b5ec8a90 |
UHC | 要쏉숴傲됵슐 | 111010011010100110011011111011111011110110100100111001111110110010001001111011111011110110110110 | e9a99befbda4e7ec89efbdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)