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 | 菴ワ舟蔔 | 1110010010111101100000111000111110001111010011011110010011110111 | e4bd838f8f4de4f7 |
EUC-JP | 菴ワ舟蔔 | 1110100010111111101001011110111110111101101011101110100011111001 | e8bfa5efbdaee8f9 |
UTF-8 | 菴ワ舟蔔 | 111010001000111110110100111000111000001110101111111010001000100010011111111010001001010010010100 | e88fb4e383afe8889fe89494 |
UHC | 菴ワ舟蔔 | 1110010011100000101010111110111111110001110001111101110011011011 | e4e0abeff1c7dcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)