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 | ?よ?嚥 | 001111111000001011100110001111111001101010001011 | 3f82e63f9a8b |
EUC-JP | ?よ?嚥 | 001111111010010011101000001111111101001111101011 | 3fa4e83fd3eb |
UTF-8 | 閭よ굞嚥 | 111011111010011010000110111000111000001010001000111010101011010110011110111001011001101010100101 | efa686e38288eab59ee59aa5 |
UHC | 閭よ굞嚥 | 1110011010101101101010101110100010000010100001101110011010111111 | e6adaae88286e6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)