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 | 狒盞狒爿 | 1110000010111111111000011011010111100000101111111110000010101011 | e0bfe1b5e0bfe0ab |
EUC-JP | 狒盞狒爿 | 1110000011000001111000101011011111100000110000011110000010101101 | e0c1e2b7e0c1e0ad |
UTF-8 | 狒盞狒爿 | 111001111000101110010010111001111001101110011110111001111000101110010010111001111000100010111111 | e78b92e79b9ee78b92e788bf |
UHC | ?盞?? | 0011111111101101110100110011111100111111 | 3fedd33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)