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 | ?肅?? | 0011111111100011111001110011111100111111 | 3fe3e73f3f |
EUC-JP | ?肅?? | 0011111111100110111010010011111100111111 | 3fe6e93f3f |
UTF-8 | 씌肅狀렫 | 111011001001010010001100111010001000001010000101111011111010011110111010111010111010000010101011 | ec948ce88285efa7baeba0ab |
UHC | 씌肅狀렫 | 1011111010111010111000101101110011101101111011101000111010111001 | bebae2dcedee8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)