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 | 鱆唏痿痾 | 1110100111100001100110100100100011100001011111101110000101111101 | e9e19a48e17ee17d |
EUC-JP | 鱆唏痿痾 | 1111001011100011110100111010100111100001110111111110000111011110 | f2e3d3a9e1dfe1de |
UTF-8 | 鱆唏痿痾 | 111010011011000110000110111001011001010010001111111001111001011110111111111001111001011110111110 | e9b186e5948fe797bfe797be |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)