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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 冶??偃?? | 1001011011101000001111110011111110011000111011100011111100111111 | 96e83f3f98ee3f3f |
EUC-JP | 冶??偃?? | 1100110011101010001111110011111111010000111100000011111100111111 | ccea3f3fd0f03f3f |
UTF-8 | 冶볡퓚偃욕쭓 | 111001011000011010110110111010111011001110100001111011011001001110011010111001011000000110000011111011001001101010010101111011001010110110010011 | e586b6ebb3a1ed939ae58183ec9a95ecad93 |
UHC | 冶볡퓚偃욕쭓 | 111001011010011110010011111001111011111110000101111001011110011110111111111001011010011110001011 | e5a793e7bf85e5e7bfe5a78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)