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 | 歪よ?弱?? | 100110000110001110000010111001100011111110001110111000110011111100111111 | 986382e63f8ee33f3f |
EUC-JP | 歪よ?弱?? | 110011111100010010100100111010000011111110111100111001010011111100111111 | cfc4a4e83fbce53f3f |
UTF-8 | 歪よ눎弱븃나 | 111001101010110110101010111000111000001010001000111010111000100010001110111001011011110010110001111010111011100010000011111010111000001010011000 | e6adaae38288eb888ee5bcb1ebb883eb8298 |
UHC | 歪よ눎弱븃나 | 111010001110000010101010111010001000011110101010111001011011000010111010111010001011001110101010 | e8e0aae887aae5b0bae8b3aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)