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 | ???歪?? | 00111111001111110011111110011000011000110011111100111111 | 3f3f3f98633f3f |
EUC-JP | ???歪?? | 00111111001111110011111111001111110001000011111100111111 | 3f3f3fcfc43f3f |
UTF-8 | 溫먪댚歪껆댚 | 111001101011101010101011111010111010100010101010111010111000110010011010111001101010110110101010111010101011101110000110111010111000110010011010 | e6baabeba8aaeb8c9ae6adaaeabb86eb8c9a |
UHC | 溫먪댚歪껆댚 | 111010001010111010010000111001111000100010111110111010001110000010000011111001111000100010111110 | e8ae90e788bee8e083e788be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)