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 | ???哀?? | 00111111001111110011111110001000101000110011111100111111 | 3f3f3f88a33f3f |
EUC-JP | ???哀?? | 00111111001111110011111110110000101001010011111100111111 | 3f3f3fb0a53f3f |
UTF-8 | 歷잙젺哀잞폁 | 111011111010011010001100111011001001111010011001111011001010000010111010111001011001001110000000111011001001111010011110111011011000111110000001 | efa68cec9e99eca0bae59380ec9e9eed8f81 |
UHC | 歷잙젺哀잞폁 | 111001101011100010011111111010111010000010101101111001001110111010011111111011111011110010010000 | e6b89feba0ade4ee9fefbc90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)