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 | ?ヨ??ヨ?^ | 001111111000001110001000001111110011111110000011100010000011111101011110 | 3f83883f3f83883f5e |
EUC-JP | ?ヨ??ヨ?^ | 001111111010010111101000001111110011111110100101111010000011111101011110 | 3fa5e83f3fa5e83f5e |
UTF-8 | 樂ヨ겞樂ヨ걿^ | 11101111101001101011111111100011100000111010100011101010101100101001111011101111101001101011111111100011100000111010100011101010101100011011111101011110 | efa6bfe383a8eab29eefa6bfe383a8eab1bf5e |
UHC | 樂ヨ겞樂ヨ걿^ | 11101000111110011010101111101000100000011011001111101000111110011010101111101000100000011010001001011110 | e8f9abe881b3e8f9abe881a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)