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 | ???x}B | 001111110011111100111111011110000111110101000010 | 3f3f3f787d42 |
SJIS-WIN | ??〓x}B | 00111111001111111000000110101100011110000111110101000010 | 3f3f81ac787d42 |
EUC-JP | ??〓x}B | 00111111001111111010001010101110011110000111110101000010 | 3f3fa2ae787d42 |
UTF-8 | 룶깰〓x}B | 111010111010001110110110111010101011100110110000111000111000000010010011011110000111110101000010 | eba3b6eab9b0e38093787d42 |
UHC | 룶깰〓x}B | 100011111010101110110001111111011010000111101011011110000111110101000010 | 8fabb1fda1eb787d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)