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 | 場貍ウ省 | 10001111111010101110011010111100101100111000111111001000 | 8feae6bcb38fc8 |
EUC-JP | 場貍ウ省 | 1011111011101100111011001011111010001110101100111011111011001010 | beececbe8eb3beca |
UTF-8 | 場貍ウ省 | 111001011010000010110100111010001011001010001101111011111011110110110011111001111001110010000001 | e5a0b4e8b28defbdb3e79c81 |
UHC | 場??省 | 111011011101111000111111001111111110000011111101 | edde3f3fe0fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)