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 | 獅幄?鴉 | 10001110100000101001101111101000001111111110100111101011 | 8e829be83fe9eb |
EUC-JP | 獅幄?鴉 | 10111011111000101101011011101010001111111111001011101101 | bbe2d6ea3ff2ed |
UTF-8 | 獅幄뤖鴉 | 111001111000110110000101111001011011100110000100111010111010010010010110111010011011010010001001 | e78d85e5b984eba496e9b489 |
UHC | 獅幄뤖鴉 | 1101111011100010111001001100000110001111110001101110010010111100 | dee2e4c18fc6e4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)