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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 卒??? | 1001000110110010001111110011111100111111 | 91b23f3f3f |
EUC-JP | 卒??? | 1100001010110100001111110011111100111111 | c2b43f3f3f |
UTF-8 | 卒섈瓆섈 | 111001011000110110010010111011001000010010001000111001111001001110000110111011001000010010001000 | e58d92ec8488e79386ec8488 |
UHC | 卒섈瓆섈 | 1111000011101111101111001010101011110010111011111011110010101010 | f0efbcaaf2efbcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)