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 | 遮灼璽鮱 | 1000111011010101100011101101110010001110101000111111110001000100 | 8ed58edc8ea3fc44 |
EUC-JP | 遮灼璽鮱 | 101111001101011110111100110111101011110010100101100011111110101011100110 | bcd7bcdebca58feae6 |
UTF-8 | 遮灼璽鮱 | 111010011000000110101110111001111000000110111100111001111001001010111101111010011010111010110001 | e981aee781bce792bde9aeb1 |
UHC | 遮灼璽? | 11110011101101001110110111000111110111111101111000111111 | f3b4edc7dfde3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)