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 | ???橈?? | 00111111001111110011111110011110111101000011111100111111 | 3f3f3f9ef43f3f |
EUC-JP | ???橈?? | 00111111001111110011111111011100111101100011111100111111 | 3f3f3fdcf63f3f |
UTF-8 | 烈쀫뙌橈㎪섕 | 111011111010011010011111111011001000000010101011111010111001100110001100111001101010100110001000111000111000111010101010111011001000010010010101 | efa69fec80abeb998ce6a988e38eaaec8495 |
UHC | 烈쀫뙌橈㎪섕 | 111001101110111110010111111010111000110010010001111010001111101010100111111001101011110010101100 | e6ef97eb8c91e8faa7e6bcac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)