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 | ?班??櫛? | 0011111110010100110001110011111100111111100010111111100100111111 | 3f94c73f3f8bf93f |
EUC-JP | ?班??櫛? | 0011111111001000110010010011111100111111101101101111101100111111 | 3fc8c93f3fb6fb3f |
UTF-8 | 뤊班ㆂ빡櫛렱 | 111010111010010010001010111001111000111110101101111000111000011010000010111010111011100110100001111001101010101110011011111010111010000010110001 | eba48ae78fade38682ebb9a1e6ab9beba0b1 |
UHC | 뤊班ㆂ빡櫛렱 | 100011111011101011011010111011001010010011110010101110101111110111110001111011101000111010111110 | 8fbadaeca4f2bafdf1ee8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)