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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 遽√モ | 111001111010111110000001111000111000001110000010 | e7af81e38382 |
EUC-JP | 遽√モ | 111011101011000110100010111001011010010111100010 | eeb1a2e5a5e2 |
UTF-8 | 遽√モ | 111010011000000110111101111000101000100010011010111000111000001110100010 | e981bde2889ae383a2 |
UHC | 遽√モ | 110010111110100010100001111011101010101111100010 | cbe8a1eeabe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)