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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 膰gか卵舮 | 11100100010101111000001010000111100000101010100110010111100100011110010010000100 | e457828782a99791e484 |
EUC-JP | 膰gか卵舮 | 11100111101110001010001111100111101001001010101111001101111100011110011111100100 | e7b8a3e7a4abcdf1e7e4 |
UTF-8 | 膰gか卵舮 | 111010001000011010110000111011111011110110000111111000111000000110001011111001011000110110110101111010001000100010101110 | e886b0efbd87e3818be58db5e888ae |
UHC | ?gか卵? | 0011111110100011111001111010101010101011110101011011000000111111 | 3fa3e7aaabd5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)