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 | ??/??? | 00111111001111111000000101011110001111110011111100111111 | 3f3f815e3f3f3f |
EUC-JP | ??/??? | 00111111001111111010000110111111001111110011111100111111 | 3f3fa1bf3f3f3f |
UTF-8 | 禮띄/若쏂쪥 | 111011111010011010110110111010111001110110000100111011111011110010001111111011111010010110110100111011001000111110000010111011001010101010100101 | efa6b6eb9d84efbc8fefa5b4ec8f82ecaaa5 |
UHC | 禮띄/若쏂쪥 | 111001111101111110110110111001111010001110101111111001011010111010011011111010001010010110011110 | e7dfb6e7a3afe5ae9be8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)