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 | テォチ?貎テ | 11000011101010111100000100111111111001101011110111000011 | c3abc13fe6bdc3 |
EUC-JP | テォチ錀貎テ | 10001110110000111000111010101011100011101100000110001111111001001101001111101100101111111000111011000011 | 8ec38eab8ec18fe4d3ecbf8ec3 |
UTF-8 | テォチ錀貎テ | 111011111011111010000011111011111011110110101011111011111011111010000001111010011000110010000000111010001011001010001110111011111011111010000011 | efbe83efbdabefbe81e98c80e8b28eefbe83 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)