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 | ??Æ??Æ^ | 00111111001111111100011000111111001111111100011001011110 | 3f3fc63f3fc65e |
SJIS-WIN | ?o??o?^ | 001111111000001010001111001111110011111110000010100011110011111101011110 | 3f828f3f3f828f3f5e |
EUC-JP | ?oÆ?oÆ^ | 00111111101000111110111110001111101010011010000100111111101000111110111110001111101010011010000101011110 | 3fa3ef8fa9a13fa3ef8fa9a15e |
UTF-8 | 동oÆ동oÆ^ | 1110101110001111100110011110111110111101100011111100001110000110111010111000111110011001111011111011110110001111110000111000011001011110 | eb8f99efbd8fc386eb8f99efbd8fc3865e |
UHC | 동oÆ동oÆ^ | 10110101101111111010001111101111101010001010000110110101101111111010001111101111101010001010000101011110 | b5bfa3efa8a1b5bfa3efa8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)