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 | ???~???? | 0011111100111111001111110111111000111111001111110011111100111111 | 3f3f3f7e3f3f3f3f |
SJIS-WIN | ???~???? | 0011111100111111001111110111111000111111001111110011111100111111 | 3f3f3f7e3f3f3f3f |
EUC-JP | ???~???? | 0011111100111111001111110111111000111111001111110011111100111111 | 3f3f3f7e3f3f3f3f |
UTF-8 | 묧뫏묧~묰묳묧뫏 | 11101011101011001010011111101011101010111000111111101011101011001010011101111110111010111010110010110000111010111010110010110011111010111010110010100111111010111010101110001111 | ebaca7ebab8febaca77eebacb0ebacb3ebaca7ebab8f |
UHC | 묧뫏묧~묰묳묧뫏 | 100100011111111010010001101100011001000111111110011111101001001001000111100100100100101010010001111111101001000110110001 | 91fe91b191fe7e9247924a91fe91b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)