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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???隘? | 001111110011111100111111111010001010010100111111 | 3f3f3fe8a53f |
EUC-JP | 濚??隘? | 1000111111001001101000010011111100111111111100001010011100111111 | 8fc9a13f3ff0a73f |
UTF-8 | 濚방뎸隘쀧 | 111001101011111110011010111010111011000010101001111010111000111010111000111010011001101010011000111011001000000010100111 | e6bf9aebb0a9eb8eb8e99a98ec80a7 |
UHC | 濚방뎸隘쀧 | 11100111101110011011100111100110100010011000101111100100111101101001011111100111 | e7b9b9e6898be4f697e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)