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 | 豕ろ梠貔 | 1110011010110011100000101110101110011110100100011110011010111110 | e6b382eb9e91e6be |
EUC-JP | 豕ろ梠貔 | 1110110010110101101001001110110111011011111100011110110011000000 | ecb5a4eddbf1ecc0 |
UTF-8 | 豕ろ梠貔 | 111010001011000110010101111000111000001010001101111001101010001010100000111010001011001010010100 | e8b195e3828de6a2a0e8b294 |
UHC | 豕ろ?? | 111000111100111010101010111011010011111100111111 | e3ceaaed3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)