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 | 霍ソ蟶ク濶ョ | 111010001011011110111111111001011011100010111000111010001000100110101110 | e8b7bfe5b8b8e889ae |
EUC-JP | 霍ソ蟶ク濶ョ | 111100001011100110001110101111111110101010111010100011101011100011101111111010011000111010101110 | f0b98ebfeaba8eb8efe98eae |
UTF-8 | 霍ソ蟶ク濶ョ | 111010011001110010001101111011111011110110111111111010001001111110110110111011111011110110111000111001101011111110110110111011111011110110101110 | e99c8defbdbfe89fb6efbdb8e6bfb6efbdae |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)