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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 逸??逸??^ | 100010001110110100111111001111111000100011101101001111110011111101011110 | 88ed3f3f88ed3f3f5e |
EUC-JP | 逸??逸??^ | 101100001110111100111111001111111011000011101111001111110011111101011110 | b0ef3f3fb0ef3f3f5e |
UTF-8 | 逸곈년逸곈년^ | 11101001100000001011100011101010101100111000100011101011100001011000010011101001100000001011100011101010101100111000100011101011100001011000010001011110 | e980b8eab388eb8584e980b8eab388eb85845e |
UHC | 逸곈년逸곈년^ | 11101100111011111011000011101001101100111110001011101100111011111011000011101001101100111110001001011110 | ecefb0e9b3e2ecefb0e9b3e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)