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 | 霤霤丈ワム「 | 111010001100001111101000110000111000111111100100110111001101000110100010 | e8c3e8c38fe4dcd1a2 |
EUC-JP | 霤霤丈ワム「 | 111100001100010111110000110001011011111011100110100011101101110010001110110100011000111010100010 | f0c5f0c5bee68edc8ed18ea2 |
UTF-8 | 霤霤丈ワム「 | 111010011001110010100100111010011001110010100100111001001011100010001000111011111011111010011100111011111011111010010001111011111011110110100010 | e99ca4e99ca4e4b888efbe9cefbe91efbda2 |
UHC | ??丈??? | 00111111001111111110110111011011001111110011111100111111 | 3f3feddb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)