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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??~底?? | 0011111100111111100000010110000010010010111010100011111100111111 | 3f3f816092ea3f3f |
EUC-JP | 饔?〜底?? | 10001111111010001110111100111111101000011100000111000100111011000011111100111111 | 8fe8ef3fa1c1c4ec3f3f |
UTF-8 | 饔ㅶ~底뱄슈 | 111010011010010110010100111000111000010110110110111011111011110110011110111001011011101010010101111010111011000110000100111011001000101010001000 | e9a594e385b6efbd9ee5ba95ebb184ec8a88 |
UHC | 饔ㅶ~底뱄슈 | 111010001011110110100100111001101010001010100110111011101011110010111001111011111011110110110100 | e8bda4e6a2a6eebcb9efbdb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)