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 | 訒伜ョ幸 | 11111011101000111001100011100101101011101000110101001011 | fba398e5ae8d4b |
EUC-JP | 訒伜ョ幸 | 100011111101110111001000110100001110011110001110101011101011100110101100 | 8fddc8d0e78eaeb9ac |
UTF-8 | 訒伜ョ幸 | 111010001010100010010010111001001011110010011100111011111011110110101110111001011011100110111000 | e8a892e4bc9cefbdaee5b9b8 |
UHC | ???幸 | 0011111100111111001111111111101010111001 | 3f3f3ffab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)