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 | ?與鴦? | 001111111110010001101111111010011111000100111111 | 3fe46fe9f13f |
EUC-JP | ?與鴦? | 001111111110011111010000111100101111001100111111 | 3fe7d0f2f33f |
UTF-8 | 行與鴦驪 | 111011111010100010001000111010001000100010000111111010011011010010100110111011111010011010000111 | efa888e88887e9b4a6efa687 |
UHC | 行與鴦驪 | 1111101010100001111001101010100011100100111011001110011010101111 | faa1e6a8e4ece6af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)