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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 省衒セ | 10001111110010001110010111001000111100001110110010111110 | 8fc8e5c8f0ecbe |
EUC-JP | 省衒?セ | 10111110110010101110101011001010001111111000111010111110 | becaeaca3f8ebe |
UTF-8 | 省衒セ | 111001111001110010000001111010001010000110010010111011101000001010101011111011111011110110111110 | e79c81e8a192ee82abefbdbe |
UHC | 省衒?? | 111000001111110111111010111001010011111100111111 | e0fdfae53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)