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 | ?舅栓? | 001111111110010001101110100100001111000000111111 | 3fe46e90f03f |
EUC-JP | ?舅栓? | 001111111110011111001111110000001111001000111111 | 3fe7cfc0f23f |
UTF-8 | 뤝舅栓족 | 111010111010010010011101111010001000100010000101111001101010000010010011111011001010000110110001 | eba49de88885e6a093eca1b1 |
UHC | 뤝舅栓족 | 1000111111001100110011111100000011101110111110111100000110110111 | 8fcccfc0eefbc1b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)