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 | ???hTB | 001111110011111100111111011010000101010001000010 | 3f3f3f685442 |
SJIS-WIN | 渦??hTB | 10001001010100010011111100111111011010000101010001000010 | 89513f3f685442 |
EUC-JP | 渦??hTB | 10110001101100100011111100111111011010000101010001000010 | b1b23f3f685442 |
UTF-8 | 渦깅뜵hTB | 111001101011100010100110111010101011100110000101111010111001110010110101011010000101010001000010 | e6b8a6eab985eb9cb5685442 |
UHC | 渦깅뜵hTB | 111010001011111010110001111010111000110110110011011010000101010001000010 | e8beb1eb8db3685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)