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 | 智렱夷닿㉪ | 111001101001100110111010111010111010000010110001111001011010010010110111111010111000101110111111111000111000100110101010 | e699baeba0b1e5a4b7eb8bbfe389aa |
UHC | 智렱夷닿㉪ | 11110010101010101000111010111110111011001010100010110100111010101010100010111011 | f2aa8ebeeca8b4eaa8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)