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 | 錫?兄? | 100011101110000000111111100011000101101000111111 | 8ee03f8c5a3f |
EUC-JP | 錫?兄? | 101111001110001000111111101101111011101100111111 | bce23fb7bb3f |
UTF-8 | 錫렖兄렼 | 111010011000110010101011111010111010000010010110111001011000010110000100111010111010000010111100 | e98cabeba096e58584eba0bc |
UHC | 錫렖兄렼 | 1110000010111000100011101010101111111010111111001000111011000100 | e0b88eabfafc8ec4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)