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 | 羞gか卵 | 1110001110110101100000101000011110000010101010011001011110010001 | e3b5828782a99791 |
EUC-JP | 羞gか卵 | 1110011010110111101000111110011110100100101010111100110111110001 | e6b7a3e7a4abcdf1 |
UTF-8 | 羞gか卵 | 111001111011111010011110111011111011110110000111111000111000000110001011111001011000110110110101 | e7be9eefbd87e3818be58db5 |
UHC | 羞gか卵 | 1110001010111010101000111110011110101010101010111101010110110000 | e2baa3e7aaabd5b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)