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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 智?夷?? | 10010010011100010011111110001000110011100011111100111111 | 92713f88ce3f3f |
EUC-JP | 智?夷?? | 11000011110100100011111110110000110100000011111100111111 | c3d23fb0d03f3f |
UTF-8 | 智렱夷당렰 | 111001101001100110111010111010111010000010110001111001011010010010110111111010111000101110111001111010111010000010110000 | e699baeba0b1e5a4b7eb8bb9eba0b0 |
UHC | 智렱夷당렰 | 11110010101010101000111010111110111011001010100010110100111001111000111010111101 | f2aa8ebeeca8b4e78ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)