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 | ?譴辯貍 | 00111111111001101010001011100111100001111110011010111100 | 3fe6a2e787e6bc |
EUC-JP | 訑譴辯貍 | 100011111101110111000111111011001010010011101101111001111110110010111110 | 8fddc7eca4ede7ecbe |
UTF-8 | 訑譴辯貍 | 111010001010100010010001111010001010110110110100111010001011111010101111111010001011001010001101 | e8a891e8adb4e8beafe8b28d |
UHC | ?譴辯? | 001111111100110010111001110111001010101000111111 | 3fccb9dcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)