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 | ???}???{ | 0011111100111111001111110111110100111111001111110011111101111011 | 3f3f3f7d3f3f3f7b |
SJIS-WIN | ???}???{ | 0011111100111111001111110111110100111111001111110011111101111011 | 3f3f3f7d3f3f3f7b |
EUC-JP | ???}???{ | 0011111100111111001111110111110100111111001111110011111101111011 | 3f3f3f7d3f3f3f7b |
UTF-8 | 묧뫏묧}묧뫏묱{ | 1110101110101100101001111110101110101011100011111110101110101100101001110111110111101011101011001010011111101011101010111000111111101011101011001011000101111011 | ebaca7ebab8febaca77debaca7ebab8febacb17b |
UHC | 묧뫏묧}묧뫏묱{ | 1001000111111110100100011011000110010001111111100111110110010001111111101001000110110001100100100100100001111011 | 91fe91b191fe7d91fe91b192487b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)