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 | 妤疾胝爾 | 1111101010100100100011101011111011100011111100011000111010100010 | faa48ebee3f18ea2 |
EUC-JP | 妤疾胝爾 | 100011111011100110101111101111001100000011100110111100111011110010100100 | 8fb9afbcc0e6f3bca4 |
UTF-8 | 妤疾胝爾 | 111001011010011010100100111001111001011010111110111010001000001110011101111001111000100010111110 | e5a6a4e796bee8839de788be |
UHC | ?疾?爾 | 001111111111001011110000001111111110110010110011 | 3ff2f03fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)