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 | 苜鰹修葆居秋 | 111001001001110010001010100011111000111101000011111001001101110010001011100011111000111101001000 | e49c8a8f8f43e4dc8b8f8f48 |
EUC-JP | 苜鰹修葆居秋 | 111001111111110010110011111011111011110110100100111010001101111010110101111011111011110110101001 | e7fcb3efbda4e8deb5efbda9 |
UTF-8 | 苜鰹修葆居秋 | 111010001000101110011100111010011011000010111001111001001011111110101110111010001001000110000110111001011011000110000101111001111010011110001011 | e88b9ce9b0b9e4bfaee89186e5b185e7a78b |
UHC | ??修?居秋 | 001111110011111111100001111100110011111111001011110111001111010111010101 | 3f3fe1f33fcbdcf5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)