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 | 弔?源?瀞? | 100100101010001000111111100011001011100100111111100100111101001000111111 | 92a23f8cb93f93d23f |
EUC-JP | 弔?源?瀞? | 110001001010010000111111101110001011101100111111110001101101010000111111 | c4a43fb8bb3fc6d43f |
UTF-8 | 弔렟源렰瀞큇 | 111001011011110010010100111010111010000010011111111001101011101010010000111010111010000010110000111001111000000010011110111011011000000110000111 | e5bc94eba09fe6ba90eba0b0e7809eed8187 |
UHC | 弔렟源렰瀞큇 | 111100001100000010001110101100001110101010111001100011101011110111101111111001111100010110100011 | f0c08eb0eab98ebdefe7c5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)