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 | 弱??節ョ? | 100011101110001100111111001111111001000011011111100000111000011100111111 | 8ee33f3f90df83873f |
EUC-JP | 弱??節ョ? | 101111001110010100111111001111111100000011100001101001011110011100111111 | bce53f3fc0e1a5e73f |
UTF-8 | 弱놄뇛節ョ㎣ | 111001011011110010110001111010111000011010000100111010111000011110011011111001111010111110000000111000111000001110100111111000111000111010100011 | e5bcb1eb8684eb879be7af80e383a7e38ea3 |
UHC | 弱놄뇛節ョ㎣ | 111001011011000010000110111011101000011110000110111011111011110110101011111001111010011110100111 | e5b086ee8786efbdabe7a7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)