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 | 擾⑨?鈺?? | 100011111110111110000111010010000011111111111011110001000011111100111111 | 8fef87483ffbc43f3f |
EUC-JP | 擾??鈺?? | 101111101111000100111111001111111000111111100011110101010011111100111111 | bef13f3f8fe3d53f3f |
UTF-8 | 擾⑨숲鈺싷슭 | 111001101001001110111110111000101001000110101000111011001000100010110010111010011000100010111010111011001000101110110111111011001000101010101101 | e693bee291a8ec88b2e988baec8bb7ec8aad |
UHC | 擾⑨숲鈺싷슭 | 111010001111011010101000111011111011110110100011111010001010110110011010111011111011110110111110 | e8f6a8efbda3e8ad9aefbdbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)