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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 永????\ | 10001001011010010011111100111111001111110011111101011100 | 89693f3f3f3f5c |
EUC-JP | 永????\ | 10110001110010100011111100111111001111110011111101011100 | b1ca3f3f3f3f5c |
UTF-8 | 永쏃넀隸웤\ | 11100110101100001011100011101100100011111000001111101011100001001000000011101111101001101011100011101100100110111010010001011100 | e6b0b8ec8f83eb8480efa6b8ec9ba45c |
UHC | 永쏃넀隸웤\ | 1110011110110101100110111110100110000110100100001110011111100110100111110111000001011100 | e7b59be98690e7e69f705c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)