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 | 橈??訝?? | 1001111011110100001111110011111111100110011000100011111100111111 | 9ef43f3fe6623f3f |
EUC-JP | 橈??訝?? | 1101110011110110001111110011111111101011110000110011111100111111 | dcf63f3febc33f3f |
UTF-8 | 橈띺뀒訝욑슴 | 111001101010100110001000111010111001110110111010111010111000000010010010111010001010100010011101111011001001101010010001111011001000101010110100 | e6a988eb9dbaeb8092e8a89dec9a91ec8ab4 |
UHC | 橈띺뀒訝욑슴 | 111010001111101010001101111010011000010110001100111001001011100010011110111011111011110110111111 | e8fa8de9858ce4b89eefbdbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)