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 | ???陰? | 001111110011111100111111100010010100000100111111 | 3f3f3f89413f |
EUC-JP | ???陰? | 001111110011111100111111101100011010001000111111 | 3f3f3fb1a23f |
UTF-8 | 溜깅죯陰좦 | 111011111010011110001011111010101011100110000101111011001010001110101111111010011001100110110000111011001010001010100110 | efa78beab985eca3afe999b0eca2a6 |
UHC | 溜깅죯陰좦 | 11101010111111101011000111101011101000011000101011101011111001001010000101000010 | eafeb1eba18aebe4a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)