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 | 歪ゎ?淹?? | 100110000110001110000010111011000011111110011111101110010011111100111111 | 986382ec3f9fb93f3f |
EUC-JP | 歪ゎ?淹?? | 110011111100010010100100111011100011111111011110101110110011111100111111 | cfc4a4ee3fdebb3f3f |
UTF-8 | 歪ゎ늿淹쒙슭 | 111001101010110110101010111000111000001010001110111010111000101010111111111001101011011110111001111011001001001010011001111011001000101010101101 | e6adaae3828eeb8abfe6b7b9ec9299ec8aad |
UHC | 歪ゎ늿淹쒙슭 | 111010001110000010101010111011101000100010001000111001011111010010011100111011111011110110111110 | e8e0aaee8888e5f49cefbdbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)