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 | 愛???→? | 1000100010100100001111110011111100111111100000011010100000111111 | 88a43f3f3f81a83f |
EUC-JP | 愛???→? | 1011000010100110001111110011111100111111101000101010101000111111 | b0a63f3f3fa2aa3f |
UTF-8 | 愛됪퐯燎→맒 | 111001101000010010011011111010111001000010101010111011011001000010101111111011111010011110000000111000101000011010010010111010111010011110010010 | e6849beb90aaed90afefa780e28692eba792 |
UHC | 愛됪퐯燎→맒 | 111001001111000110001001111001101011110110011000111010001111101110100001111001101011100010111101 | e4f189e6bd98e8fba1e6b8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)