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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テ催氾・ティB | 110000111000110111000011100101001100001110100101110000111010100001000010 | c38dc394c3a5c3a842 |
EUC-JP | テ催氾・ティB | 10001110110000111011101011000101110010001100010110001110101001011000111011000011100011101010100001000010 | 8ec3bac5c8c58ea58ec38ea842 |
UTF-8 | テ催氾・ティB | 11101111101111101000001111100101100000101010110011100110101100001011111011101111101111011010010111101111101111101000001111101111101111011010100001000010 | efbe83e582ace6b0beefbda5efbe83efbda842 |
UHC | ?催氾???B | 001111111111010111001010110110111111000000111111001111110011111101000010 | 3ff5cadbf03f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)