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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?訝}?訝{^ | 001111111110011001100010011111010011111111100110011000100111101101011110 | 3fe6627d3fe6627b5e |
EUC-JP | 梡訝}梡訝{^ | 10001111110000111111001111101011110000110111110110001111110000111111001111101011110000110111101101011110 | 8fc3f3ebc37d8fc3f3ebc37b5e |
UTF-8 | 梡訝}梡訝{^ | 111001101010001010100001111010001010100010011101011111011110011010100010101000011110100010101000100111010111101101011110 | e6a2a1e8a89d7de6a2a1e8a89d7b5e |
UHC | 梡訝}梡訝{^ | 1110100011001001111001001011100001111101111010001100100111100100101110000111101101011110 | e8c9e4b87de8c9e4b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)