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 | 筌??違?ぜ | 111000101010001100111111001111111000100011100001001111111000001010111010 | e2a33f3f88e13f82ba |
EUC-JP | 筌??違?ぜ | 111001001010010100111111001111111011000011100011001111111010010010111100 | e4a53f3fb0e33fa4bc |
UTF-8 | 筌뗭궇違쏂ぜ | 111001111010110110001100111010111001011110101101111010101011011010000111111010011000000110010101111011001000111110000010111000111000000110011100 | e7ad8ceb97adeab687e98195ec8f82e3819c |
UHC | 筌뗭궇違쏂ぜ | 111011111010011110001011111011001000001010100000111010101101111010011011111010001010101010111100 | efa78bec82a0eade9be8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)