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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嘆蔵属樽臓短 | 100100100101000110010001101000001001000110101110100100100100110110010001100111111001001001011010 | 925191a091ae924d919f925a |
EUC-JP | 嘆蔵属樽臓短 | 110000111011001011000010101000101100001010110000110000111010111011000010101000011100001110111011 | c3b2c2a2c2b0c3aec2a1c3bb |
UTF-8 | 嘆蔵属樽臓短 | 111001011001100010000110111010001001010010110101111001011011000110011110111001101010100010111101111010001000011110010011111001111001111110101101 | e59886e894b5e5b19ee6a8bde88793e79fad |
UHC | 嘆??樽?短 | 111101111010001100111111001111111111000111011100001111111101001110101101 | f7a33f3ff1dc3fd3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)