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 | 筌??鼇?? | 1110001010100011001111110011111111101010100001110011111100111111 | e2a33f3fea873f3f |
EUC-JP | 筌??鼇?? | 1110010010100101001111110011111111110011111001110011111100111111 | e4a53f3ff3e73f3f |
UTF-8 | 筌끾눞鼇귣쨯 | 111001111010110110001100111010111000000110111110111010111000100010011110111010011011110010000111111010101011011110100011111011001010100010101111 | e7ad8ceb81beeb889ee9bc87eab7a3eca8af |
UHC | 筌끾눞鼇귣쨯 | 111011111010011110000101111001101000011110110110111010001010100010000010111010111010010010001001 | efa785e687b6e8a882eba489 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)