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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訒伜ョ肴亊 | 111110111010001110011000111001011010111010001101111001101001100010101101 | fba398e5ae8de698ad |
EUC-JP | 訒伜ョ肴亊 | 1000111111011101110010001101000011100111100011101010111010111010111010001101000010101111 | 8fddc8d0e78eaebae8d0af |
UTF-8 | 訒伜ョ肴亊 | 111010001010100010010010111001001011110010011100111011111011110110101110111010001000001010110100111001001011101010001010 | e8a892e4bc9cefbdaee882b4e4ba8a |
UHC | ???肴? | 001111110011111100111111111111011010001000111111 | 3f3f3ffda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)