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 | ??|z??|zB | 001111110011111101111100011110100011111100111111011111000111101001000010 | 3f3f7c7a3f3f7c7a42 |
SJIS-WIN | ??|z??|zB | 001111110011111101111100011110100011111100111111011111000111101001000010 | 3f3f7c7a3f3f7c7a42 |
EUC-JP | ??|z??|zB | 001111110011111101111100011110100011111100111111011111000111101001000010 | 3f3f7c7a3f3f7c7a42 |
UTF-8 | 횂혧|z횂혧|zB | 1110110110011010100000101110110110011000101001110111110001111010111011011001101010000010111011011001100010100111011111000111101001000010 | ed9a82ed98a77c7aed9a82ed98a77c7a42 |
UHC | 횂혧|z횂혧|zB | 11000011100000101100001010001111011111000111101011000011100000101100001010001111011111000111101001000010 | c382c28f7c7ac382c28f7c7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)