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 | 齬??蔭?? | 1110101010010111001111110011111110001000111111000011111100111111 | ea973f3f88fc3f3f |
EUC-JP | 齬??蔭?? | 1111001111110111001111110011111110110000111111100011111100111111 | f3f73f3fb0fe3f3f |
UTF-8 | 齬븐꽫蔭몄뀺 | 111010011011110110101100111010111011100010010000111010101011110110101011111010001001010010101101111010111010101010000100111010111000000010111010 | e9bdacebb890eabdabe894adebaa84eb80ba |
UHC | 齬븐꽫蔭몄뀺 | 111001011110000110111010111011001000010010110110111010111110001110111000111011001000010110110000 | e5e1baec84b6ebe3b8ec85b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)