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 | ???~?? | 001111110011111100111111011111100011111100111111 | 3f3f3f7e3f3f |
SJIS-WIN | ??〓~?? | 00111111001111111000000110101100011111100011111100111111 | 3f3f81ac7e3f3f |
EUC-JP | ??〓~?? | 00111111001111111010001010101110011111100011111100111111 | 3f3fa2ae7e3f3f |
UTF-8 | 룶깰〓~룶괄 | 11101011101000111011011011101010101110011011000011100011100000001001001101111110111010111010001110110110111010101011010010000100 | eba3b6eab9b0e380937eeba3b6eab484 |
UHC | 룶깰〓~룶괄 | 1000111110101011101100011111110110100001111010110111111010001111101010111011000011111101 | 8fabb1fda1eb7e8fabb0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)