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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鈊磁醤 | 1111101111000011100011101010010110001111110111011111100111101100 | fbc38ea58fddf9ec |
EUC-JP | 鈊磁醤? | 1000111111100011101111111011110010100111101111101101111100111111 | 8fe3bfbca7bedf3f |
UTF-8 | 鈊磁醤 | 111010011000100010001010111001111010001110000001111010011000011010100100111011101001110110000111 | e9888ae7a381e986a4ee9d87 |
UHC | ?磁?? | 0011111111101101101110000011111100111111 | 3fedb83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)