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 | 沃??楢?? | 1001011110000000001111110011111110010011111010000011111100111111 | 97803f3f93e83f3f |
EUC-JP | 沃??楢?? | 1100110111100000001111110011111111000110111010100011111100111111 | cde03f3fc6ea3f3f |
UTF-8 | 沃욌뿩楢낁첑 | 111001101011001010000011111011001001101010001100111010111011111110101001111001101010010110100010111010111000001010000001111011001011001010010001 | e6b283ec9a8cebbfa9e6a5a2eb8281ecb291 |
UHC | 沃욌뿩楢낁첑 | 111010001010101010011110111010111001011110101001111010101111100110000101111010001010101010011110 | e8aa9eeb97a9eaf985e8aa9e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)