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 | 茁??肄 | 111110111001001100111111001111111110001111100101 | fb933f3fe3e5 |
EUC-JP | 茁??肄 | 10001111110101111101111000111111001111111110011011100111 | 8fd7de3f3fe6e7 |
UTF-8 | 茁쭹깃肄 | 111010001000110010000001111011001010110110111001111010101011100110000011111010001000001010000100 | e88c81ecadb9eab983e88284 |
UHC | 茁쭹깃肄 | 1111000111101000110000101110011110110001111010101110110010111101 | f1e8c2e7b1eaecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)