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 | 兄??? | 1000110001011010001111110011111100111111 | 8c5a3f3f3f |
EUC-JP | 兄??? | 1011011110111011001111110011111100111111 | b7bb3f3f3f |
UTF-8 | 兄븃녷쭮 | 111001011000010110000100111010111011100010000011111010111000010110110111111011001010110110101110 | e58584ebb883eb85b7ecadae |
UHC | 兄븃녷쭮 | 1111101011111100101110101110100010000110111001101010100001000010 | fafcbae886e6a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)