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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | ??ヤ\ | 0011111100111111100000111000010001011100 | 3f3f83845c |
EUC-JP | ??ヤ\ | 0011111100111111101001011110010001011100 | 3f3fa5e45c |
UTF-8 | 룶콓ヤ\ | 11101011101000111011011011101100101111011001001111100011100000111010010001011100 | eba3b6ecbd93e383a45c |
UHC | 룶콓ヤ\ | 10001111101010111011000110001111101010111110010001011100 | 8fabb18fabe45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)