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 | ???絶? | 001111110011111100111111100100001110001000111111 | 3f3f3f90e23f |
EUC-JP | ???絶? | 001111110011111100111111110000001110010000111111 | 3f3f3fc0e43f |
UTF-8 | 廉뉓쾸絶밄 | 111011111010011010100010111010111000100110010011111011001011111010111000111001111011010110110110111010111011000010000100 | efa6a2eb8993ecbeb8e7b5b6ebb084 |
UHC | 廉뉓쾸絶밄 | 11100110111101011000011111101000101100101000111011101111101111101001001101000010 | e6f587e8b28eefbe9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)