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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 将ミ将゙ | 10001111101010111101000010001111101010111111001010100001111110001010000111011110 | 8fabd08fabf2a1f8a1de |
EUC-JP | 将ミ将??゙ | 10111110101011011000111011010000101111101010110100111111001111111000111011011110 | bead8ed0bead3f3f8ede |
UTF-8 | 将ミ将゙ | 111001011011000010000110111011111011111010010000111001011011000010000110111011101000011110011000111011101001100110000000111011111011111010011110 | e5b086efbe90e5b086ee8798ee9980efbe9e |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)