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 | 吟т?陰 | 10001011111000011000010010000100001111111000100101000001 | 8be184843f8941 |
EUC-JP | 吟т?陰 | 10110110111000111010011111100100001111111011000110100010 | b6e3a7e43fb1a2 |
UTF-8 | 吟т펺陰 | 1110010110010000100111111101000110000010111011011000111010111010111010011001100110110000 | e5909fd182ed8ebae999b0 |
UHC | 吟т펺陰 | 1110101111100001101011001110010010111100100010101110101111100100 | ebe1ace4bc8aebe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)