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 | 逡瀧倹岦樊㊨ | 111001111001010110010001111010111000110010010000111110101010110010011110111001101000011110001001 | e79591eb8c90faac9ee68789 |
EUC-JP | 逡瀧倹岦樊? | 111011011111010111000010111011011011011111110000100011111011101110110011110111001110100000111111 | edf5c2edb7f08fbbb3dce83f |
UTF-8 | 逡瀧倹岦樊㊨ | 111010011000000010100001111001111000000010100111111001011000000010111001111001011011001010100110111001101010100010001010111000111000101010101000 | e980a1e780a7e580b9e5b2a6e6a88ae38aa8 |
UHC | 逡瀧??樊? | 111100011110010011010110111010010011111100111111110110111110000000111111 | f1e4d6e93f3fdbe03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)