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 | 庸????? | 10010111011001100011111100111111001111110011111100111111 | 97663f3f3f3f3f |
EUC-JP | 庸????? | 11001101110001110011111100111111001111110011111100111111 | cdc73f3f3f3f3f |
UTF-8 | 庸롦짂溜딃넲 | 111001011011101010111000111010111010000110100110111011001010011110000010111011111010011110001011111010111001010010000011111010111000010010110010 | e5bab8eba1a6eca782efa78beb9483eb84b2 |
UHC | 庸롦짂溜딃넲 | 111010011011110010001110111001101010001110010010111010101111111010001010111010011000011010110001 | e9bc8ee6a392eafe8ae986b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)