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 | 智?夷??? | 1001001001110001001111111000100011001110001111110011111100111111 | 92713f88ce3f3f3f |
EUC-JP | 智?夷??? | 1100001111010010001111111011000011010000001111110011111100111111 | c3d23fb0d03f3f3f |
UTF-8 | 智렱夷당렰렖 | 111001101001100110111010111010111010000010110001111001011010010010110111111010111000101110111001111010111010000010110000111010111010000010010110 | e699baeba0b1e5a4b7eb8bb9eba0b0eba096 |
UHC | 智렱夷당렰렖 | 111100101010101010001110101111101110110010101000101101001110011110001110101111011000111010101011 | f2aa8ebeeca8b4e78ebd8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)