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 | 橈??歪?? | 1001111011110100001111110011111110011000011000110011111100111111 | 9ef43f3f98633f3f |
EUC-JP | 橈??歪?? | 1101110011110110001111110011111111001111110001000011111100111111 | dcf63f3fcfc43f3f |
UTF-8 | 橈놅슛歪뤷뵱 | 111001101010100110001000111010111000011010000101111011001000101010011011111001101010110110101010111010111010010010110111111010111011010110110001 | e6a988eb8685ec8a9be6adaaeba4b7ebb5b1 |
UHC | 橈놅슛歪뤷뵱 | 111010001111101010000110111011111011110110111000111010001110000010001111111001011001010010101111 | e8fa86efbdb8e8e08fe594af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)