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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 醍逢? | 1001000111100111100010001010011100111111 | 91e788a73f |
EUC-JP | 醍逢? | 1100001011101001101100001010100100111111 | c2e9b0a93f |
UTF-8 | 醍逢렱 | 111010011000011010001101111010011000000010100010111010111010000010110001 | e9868de980a2eba0b1 |
UHC | 醍逢렱 | 111100001011010111011100111100011000111010111110 | f0b5dcf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)