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 | 藏臀? | 1110010101010101111001000101110000111111 | e555e45c3f |
EUC-JP | 藏臀? | 1110100110110110111001111011110100111111 | e9b6e7bd3f |
UTF-8 | 藏臀렱 | 111010001001011110001111111010001000011110000000111010111010000010110001 | e8978fe88780eba0b1 |
UHC | 藏臀렱 | 111011011111101011010100111010111000111010111110 | edfad4eb8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)