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 | 式錝辞 | 1111000111111000100011101010111011111011110111011000111010101011 | f1f88eaefbdd8eab |
EUC-JP | ?式錝辞 | 0011111110111100101100001000111111100100110110111011110010101101 | 3fbcb08fe4dbbcad |
UTF-8 | 式錝辞 | 111011101000010110110011111001011011110010001111111010011000110010011101111010001011111010011110 | ee85b3e5bc8fe98c9de8be9e |
UHC | ?式?? | 0011111111100011110100100011111100111111 | 3fe3d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)