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 | 癲?,乳?? | 111000011001111100111111100000010100001110010011111110110011111100111111 | e19f3f814393fb3f3f |
EUC-JP | 癲?,乳?? | 111000101010000100111111101000011010010011000110111111010011111100111111 | e2a13fa1a4c6fd3f3f |
UTF-8 | 癲얜,乳썸벦 | 111001111001100110110010111011001001011010011100111011111011110010001100111001001011100110110011111011001000110110111000111010111011001010100110 | e799b2ec969cefbc8ce4b9b3ec8db8ebb2a6 |
UHC | 癲얜,乳썸벦 | 111011111010011010111110111010111010001110101100111010101110000110111101111001101001001110111110 | efa6beeba3aceae1bde693be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)