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 | 智?址?? | 10010010011100010011111110011010101011000011111100111111 | 92713f9aac3f3f |
EUC-JP | 智?址?? | 11000011110100100011111111010100101011100011111100111111 | c3d23fd4ae3f3f |
UTF-8 | 智렱址멧횟 | 111001101001100110111010111010111010000010110001111001011001110110000000111010111010100110100111111011011001101010011111 | e699baeba0b1e59d80eba9a7ed9a9f |
UHC | 智렱址멧횟 | 11110010101010101000111010111110111100101010001110111000111001001100100010111101 | f2aa8ebef2a3b8e4c8bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)