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 | ??秘?? | 001111110011111110010100111010010011111100111111 | 3f3f94e93f3f |
EUC-JP | ??秘?? | 001111110011111111001000111010110011111100111111 | 3f3fc8eb3f3f |
UTF-8 | 룶깹秘팃룵 | 111010111010001110110110111010101011100110111001111001111010011110011000111011011000110010000011111010111010001110110101 | eba3b6eab9b9e7a798ed8c83eba3b5 |
UHC | 룶깹秘팃룵 | 10001111101010111011001010100001110111011111101011000110110000101000111110101010 | 8fabb2a1ddfac6c28faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)