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 | 絶?ⅱ節 | 10010000111000100011111111111010010000011001000011011111 | 90e23ffa4190df |
EUC-JP | 絶??節 | 110000001110010000111111001111111100000011100001 | c0e43f3fc0e1 |
UTF-8 | 絶끾ⅱ節 | 111001111011010110110110111010111000000110111110111000101000010110110001111001111010111110000000 | e7b5b6eb81bee285b1e7af80 |
UHC | 絶끾ⅱ節 | 1110111110111110100001011110011010100101101000101110111110111101 | efbe85e6a5a2efbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)