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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???蔭? | 001111110011111100111111100010001111110000111111 | 3f3f3f88fc3f |
EUC-JP | ???蔭? | 001111110011111100111111101100001111111000111111 | 3f3f3fb0fe3f |
UTF-8 | 溜깅죶蔭뛄 | 111011111010011110001011111010101011100110000101111011001010001110110110111010001001010010101101111010111001101110000100 | efa78beab985eca3b6e894adeb9b84 |
UHC | 溜깅죶蔭뛄 | 11101010111111101011000111101011101000011001000011101011111000111000110101000010 | eafeb1eba190ebe38d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)