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 | ??}???? | 00111111001111110111110100111111001111110011111100111111 | 3f3f7d3f3f3f3f |
SJIS-WIN | ??}?短?? | 0011111100111111011111010011111110010010010110100011111100111111 | 3f3f7d3f925a3f3f |
EUC-JP | ??}?短?? | 0011111100111111011111010011111111000011101110110011111100111111 | 3f3f7d3fc3bb3f3f |
UTF-8 | 렻렊}렺短렻렔 | 11101011101000001011101111101011101000001000101001111101111010111010000010111010111001111001111110101101111010111010000010111011111010111010000010010100 | eba0bbeba08a7deba0bae79fadeba0bbeba094 |
UHC | 렻렊}렺短렻렔 | 10001110110000111000111010100001011111011000111011000010110100111010110110001110110000111000111010101001 | 8ec38ea17d8ec2d3ad8ec38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)