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 | 慂??倚?? | 1001110011001000001111110011111110011000110111110011111100111111 | 9cc83f3f98df3f3f |
EUC-JP | 慂??倚?? | 1101100011001010001111110011111111010000111000010011111100111111 | d8ca3f3fd0e13f3f |
UTF-8 | 慂딄옇倚배짔 | 111001101000010110000010111010111001010010000100111011001001100010000111111001011000000010011010111010111011000010110000111011001010011110010100 | e68582eb9484ec9887e5809aebb0b0eca794 |
UHC | 慂딄옇倚배짔 | 111010011011110110001010111010101011111110111000111010111110111110111001111010001010001110011101 | e9bd8aeabfb8ebefb9e8a39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)