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 | ?想汝? | 001111111001000101111010100100111111000000111111 | 3f917a93f03f |
EUC-JP | ?想汝? | 001111111100000111011011110001101111001000111111 | 3fc1dbc6f23f |
UTF-8 | 룷想汝왃 | 111010111010001110110111111001101000001110110011111001101011000110011101111011001001100110000011 | eba3b7e683b3e6b19dec9983 |
UHC | 룷想汝왃 | 1000111110101100110111111100110011100110101000111001111010110110 | 8facdfcce6a39eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)